copies

abstract fun copies(copies: Int): T

Configures the number of copies to print.

Return

this instance

Parameters

copies

the copies number

See also

Throws

if the copies number is less than one

if the current printing operation has been completed


abstract fun copies(): Int

Returns the number of copies to print.

Throws

if the current printing operation has been completed